home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-iplpdn-framerelay-02.txt < prev    next >
Text File  |  1993-04-16  |  76KB  |  2,246 lines

  1.  
  2.  
  3.  
  4.       Network Working Group                                  T. Bradley
  5.       Updates to RFC 1294                                      C. Brown
  6.                                          Wellfleet Communications, Inc.
  7.                                                                A. Malis
  8.                                                      BBN Communications
  9.                                                            January 1993
  10.  
  11.  
  12.      1.  Status of this Memo
  13.  
  14.      This document is an Internet Draft.  Internet Drafts are working
  15.      documents of the Internet Engineering Task Force (IETF), its Areas,
  16.      and its Working Groups.  Note that other groups may also distribute
  17.      working documents as Internet Drafts.
  18.  
  19.      Internet Drafts are draft documents valid for a maximum of six months.
  20.      Internet Drafts may be updated, replaced, or obsoleted by other
  21.      documents at any time.  It is not appropriate to use Internet Drafts
  22.      as reference material or to cite them other than as a ``working
  23.      draft'' or ``work in progress.'' Please check the 1id-abstracts.txt
  24.      listing contained in the internet-drafts Shadow Directories on
  25.      nic.ddn.mil, nnsc.nsf.net, nic.nordu.net, ftp.nisc.sri.com, or
  26.      munnari.oz.au to learn the current status of any Internet Draft.
  27.  
  28.      2.  Abstract
  29.  
  30.      This memo describes an encapsulation method for carrying network
  31.      interconnect traffic over a Frame Relay backbone.  It covers aspects
  32.      of both Bridging and Routing.  Systems with the ability to transfer
  33.      both this encapsulation method, and others must have a prior
  34.      knowledge of which virtual circuits will carry which encapsulation
  35.      method and this encapsulation must only be used over virtual circuits
  36.      that have been explicitly configured for its use.
  37.  
  38.  
  39.      3.  Acknowledgements
  40.  
  41.      Comments and contributions from many sources, especially those from
  42.      Ray Samora of Proteon, Ken Rehbehn of Netrix Corporation, Fred Baker
  43.      and Charles Carvalho of Advanced Computer Communications and Mostafa
  44.      Sherif of AT&T have been incorporated into this document. Special
  45.      thanks to Dory Leifer of University of Michigan for his contributions
  46.      to the resolution of fragmentation issues and Floyd Backes from DEC
  47.      and Laura Bridge for their contributions to the bridging descriptions.
  48.      This document could not have been completed without the expertise of
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  61.  
  62.  
  63.      the IP over Large Public Data Networks working group of the IETF.
  64.  
  65.  
  66.      4.  Conventions
  67.  
  68.      The following language conventions are used in the items of
  69.      specification in this document:
  70.  
  71.        o Must, Shall or Mandatory -- the item is an absolute
  72.          requirement of the specification.
  73.  
  74.        o Should or Recommended -- the item should generally be
  75.          followed for all but exceptional circumstances.
  76.  
  77.        o May or Optional -- the item is truly optional and may be
  78.          followed or ignored according to the needs of the
  79.          implementor.
  80.  
  81.  
  82.  
  83.      5.  Introduction
  84.  
  85.      The following discussion applies to those devices which serve as end
  86.      stations (DTEs) on a public or private Frame Relay network (for
  87.      example, provided by a common carrier or PTT).  It will not discuss
  88.      the behavior of those stations that are considered a part of the Frame
  89.      Relay network (DCEs) other than to explain situations in which the DTE
  90.      must react.
  91.  
  92.      The Frame Relay network provides a number of virtual circuits that
  93.      form the basis for connections between stations attached to the same
  94.      Frame Relay network.  The resulting set of interconnected devices
  95.      forms a private Frame Relay group which may be either fully
  96.      interconnected with a complete "mesh" of virtual circuits, or only
  97.      partially interconnected.  In either case, each virtual circuit is
  98.      uniquely identified at each Frame Relay interface by a Data Link
  99.      Connection Identifier (DLCI).  In most circumstances DLCIs have
  100.      strictly local significance at each Frame Relay interface.
  101.  
  102.      The specifications in this document are intended to apply to both
  103.      switched and permanent virtual circuits.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.      Bradley, Brown, Malis     expires June 1993                   [Page 2]
  114.  
  115.  
  116.  
  117.  
  118.  
  119.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  120.  
  121.  
  122.      6.  Frame Format
  123.  
  124.      All protocols must encapsulate their packets within a Q.922 Annex A
  125.      frame [1,2].  Additionally, frames shall contain information necessary
  126.      to identify the protocol carried within the Protocol Data Unit (PDU),
  127.      thus allowing the receiver to properly process the incoming packet.
  128.      The format shall be as follows:
  129.  
  130.  
  131.                   +-----------------------------+
  132.                   |    flag (7E hexadecimal)    |
  133.                   +-----------------------------+
  134.                   |       Q.922 Address*        |
  135.                   +--                         --+
  136.                   |                             |
  137.                   +-----------------------------+
  138.                   | Control (UI = 0x03)         |
  139.                   +-----------------------------+
  140.                   | Optional Pad      (0x00)    |
  141.                   +-----------------------------+
  142.                   | NLPID                       |
  143.                   +-----------------------------+
  144.                   |             .               |
  145.                   |             .               |
  146.                   |             .               |
  147.                   |           Data              |
  148.                   |             .               |
  149.                   |             .               |
  150.                   +-----------------------------+
  151.                   |   Frame Check Sequence      |
  152.                   +--           .             --+
  153.                   |       (two octets)          |
  154.                   +-----------------------------+
  155.                   |   flag (7E hexadecimal)     |
  156.                   +-----------------------------+
  157.  
  158.            * Q.922 addresses, as presently defined, are two octets and
  159.              contain a 10-bit DLCI.  In some networks Q.922 addresses
  160.              may optionally be increased to three or four octets.
  161.  
  162.  
  163.  
  164.  
  165.      The control field is the Q.922 control field.  The UI (0x03) value is
  166.      used unless it is negotiated otherwise.  The use of XID (0xAF or 0xBF)
  167.  
  168.  
  169.  
  170.  
  171.  
  172.      Bradley, Brown, Malis     expires June 1993                   [Page 3]
  173.  
  174.  
  175.  
  176.  
  177.  
  178.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  179.  
  180.  
  181.      is permitted and is discussed later.
  182.  
  183.      The pad field is used to align the remainder of the frame to a two
  184.      octet boundary. There may be zero or one pad octet within the pad
  185.      field and, if present, must have a value of zero.
  186.  
  187.      The Network Level Protocol ID (NLPID) field is administered by ISO and
  188.      CCITT.  It contains values for many different protocols including IP,
  189.      CLNP and IEEE Subnetwork Access Protocol (SNAP)[10]. This field tells
  190.      the receiver what encapsulation or what protocol follows.  Values for
  191.      this field are defined in ISO/IEC TR 9577 [3]. A NLPID value of 0x00
  192.      is defined within ISO/IEC TR 9577 as the Null Network Layer or
  193.      Inactive Set.  Since it cannot be distinguished from a pad field, and
  194.      because it has no significance within the context of this
  195.      encapsulation scheme, a NLPID value of 0x00 is invalid under the Frame
  196.      Relay encapsulation. The Appendix contains a list of some of the more
  197.      commonly used NLPID values.
  198.  
  199.      There is no commonly implemented maximum frame size for Frame Relay.
  200.      A network must, however, support at least a 262 octet maximum.
  201.      Generally, the maximum will be greater than or equal to 1600 octets,
  202.      but each Frame Relay provider will specify an appropriate value for
  203.      its network.  A Frame Relay DTE, therefore, must allow the maximum
  204.      acceptable frame size to be configurable.
  205.  
  206.      The minimum frame size allowed for Frame Relay is five octets between
  207.      the opening and closing flags.
  208.  
  209.  
  210.      7.  Interconnect Issues
  211.  
  212.      There are two basic types of data packets that travel within the Frame
  213.      Relay network, routed packets and bridged packets.  These packets have
  214.      distinct formats and therefore, must contain an indication that the
  215.      destination may use to correctly interpret the contents of the frame.
  216.      This indication is embedded within the NLPID and SNAP header
  217.      information.
  218.  
  219.      For those protocols that do not have a NLPID already assigned, it is
  220.      necessary to provide a mechanism to allow easy protocol
  221.      identification.  There is a NLPID value defined indicating the
  222.      presence of a SNAP header.
  223.  
  224.      A SNAP header is of the form
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.      Bradley, Brown, Malis     expires June 1993                   [Page 4]
  232.  
  233.  
  234.  
  235.  
  236.  
  237.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  238.  
  239.  
  240.                   +-------------------------------+
  241.                   | Organizationally Unique       |
  242.                   +--             +---------------+
  243.                   | Identifier    | Protocol      |
  244.                   +---------------+---------------+
  245.                   | Identifier    |
  246.                   +---------------+
  247.  
  248.  
  249.      All stations must be able to accept and properly interpret both the
  250.      NLPID encapsulation and the SNAP header encapsulation for a routed
  251.      packet.
  252.  
  253.      The three-octet Organizationally Unique Identifier (OUI) identifies an
  254.      organization which administers the meaning of the Protocol Identifier
  255.      (PID) which follows.  Together they identify a distinct protocol.
  256.      Note that OUI 0x00-00-00 specifies that the following PID is an
  257.      Ethertype.
  258.  
  259.  
  260.  
  261.      7.1.  Routed Frames
  262.  
  263.      Some protocols will have an assigned NLPID, but because the NLPID
  264.      numbering space is so limited, not all protocols have specific NLPID
  265.      values assigned to them. When packets of such protocols are routed
  266.      over Frame Relay networks, they are sent using the NLPID 0x80 (which
  267.      indicates a SNAP follows) followed by SNAP.  If the protocol has an
  268.      Ethertype assigned, the OUI is 0x00-00-00 (which indicates an
  269.      Ethertype follows), and PID is the Ethertype of the protocol in use.
  270.      There will be one pad octet to align the protocol data on a two octet
  271.      boundary as shown below.
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.      Bradley, Brown, Malis     expires June 1993                   [Page 5]
  291.  
  292.  
  293.  
  294.  
  295.  
  296.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  297.  
  298.  
  299.                       Format of Routed Frames
  300.                           with Ethertypes
  301.                   +-------------------------------+
  302.                   |        Q.922 Address          |
  303.                   +---------------+---------------+
  304.                   |Control  0x03  | pad     0x00  |
  305.                   +---------------+---------------+
  306.                   | NLPID   0x80  | OUI     0x00  |
  307.                   +---------------+             --+
  308.                   | OUI  0x00-00                  |
  309.                   +-------------------------------+
  310.                   |           Ethertype           |
  311.                   +-------------------------------+
  312.                   |         Protocol Data         |
  313.                   +-------------------------------+
  314.                   | FCS                           |
  315.                   +-------------------------------+
  316.  
  317.  
  318.  
  319.      In the few cases when a protocol has an assigned NLPID (see appendix),
  320.      48 bits can be saved using the format below:
  321.  
  322.  
  323.  
  324.                    Format of Routed NLPID Protocol
  325.                   +-------------------------------+
  326.                   |        Q.922 Address          |
  327.                   +---------------+---------------+
  328.                   |Control  0x03  |     NLPID     |
  329.                   +---------------+---------------+
  330.                   |         Protocol Data         |
  331.                   +-------------------------------+
  332.                   | FCS                           |
  333.                   +-------------------------------+
  334.  
  335.  
  336.  
  337.      The NLPID encapsulation does not require a pad octet for alignment, so
  338.      none is permitted.
  339.  
  340.      In the case of ISO protocols, the NLPID is considered to be the first
  341.      octet of the protocol data.  It is unnecessary to repeat the NLPID in
  342.      this case.  The single octet serves both as the demultiplexing value
  343.      and as part of the protocol data (refer to "Other Protocols over Frame
  344.  
  345.  
  346.  
  347.  
  348.  
  349.      Bradley, Brown, Malis     expires June 1993                   [Page 6]
  350.  
  351.  
  352.  
  353.  
  354.  
  355.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  356.  
  357.  
  358.      Relay for more details). Other protocols, such as IP, have a NLPID
  359.      defined (0xCC), but it is not part of the protocol itself.
  360.  
  361.  
  362.                     Format of Routed IP Datagram
  363.                   +-------------------------------+
  364.                   |        Q.922 Address          |
  365.                   +---------------+---------------+
  366.                   |Control  0x03  |  NLPID  0xCC  |
  367.                   +---------------+---------------+
  368.                   |          IP Datagram          |
  369.                   +-------------------------------+
  370.                   | FCS                           |
  371.                   +-------------------------------+
  372.  
  373.  
  374.  
  375.      7.2.  Bridged Frames
  376.  
  377.      The second type of Frame Relay traffic is bridged packets. These
  378.      packets are encapsulated using the NLPID value of 0x80 indicating
  379.      SNAP.  As with other SNAP encapsulated protocols, there will be one
  380.      pad octet to align the data portion of the encapsulated frame.  The
  381.      SNAP header which follows the NLPID identifies the format of the
  382.      bridged packet.  The OUI value used for this encapsulation is the
  383.      802.1 organization code 0x00-80-C2.  The PID portion of the SNAP
  384.      header (the two bytes immediately following the OUI) specifies the
  385.      form of the MAC header, which immediately follows the SNAP header.
  386.      Additionally, the PID indicates whether the original FCS is preserved
  387.      within the bridged frame.
  388.  
  389.      The 802.1 organization has reserved the following values to be used
  390.      with Frame Relay:
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.      Bradley, Brown, Malis     expires June 1993                   [Page 7]
  409.  
  410.  
  411.  
  412.  
  413.  
  414.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  415.  
  416.  
  417.                  PID Values for OUI 0x00-80-C2
  418.  
  419.               with preserved FCS   w/o preserved FCS    Media
  420.               ------------------   -----------------    ----------------
  421.               0x00-01              0x00-07              802.3/Ethernet
  422.               0x00-02              0x00-08              802.4
  423.               0x00-03              0x00-09              802.5
  424.               0x00-04              0x00-0A              FDDI
  425.               0x00-05              0x00-0B              802.6
  426.  
  427.            In addition, the PID value 0x00-0E, when used with OUI 0x00-80-C2,
  428.            identifies Bridged Protocol Data Units (BPDUs) as defined by
  429.            802.1(d) or 802.1(g)[12].
  430.  
  431.  
  432.      A packet bridged over Frame Relay will, therefore, have one of the
  433.      following formats:
  434.  
  435.  
  436.                    Format of Bridged Ethernet/802.3 Frame
  437.                   +-------------------------------+
  438.                   |        Q.922 Address          |
  439.                   +---------------+---------------+
  440.                   |Control  0x03  | pad     0x00  |
  441.                   +---------------+---------------+
  442.                   | NLPID   0x80  | OUI     0x00  |
  443.                   +---------------+             --+
  444.                   | OUI  0x80-C2                  |
  445.                   +-------------------------------+
  446.                   | PID 0x00-01 or 0x00-07        |
  447.                   +-------------------------------+
  448.                   | MAC destination address       |
  449.                   +-------------------------------+
  450.                   | (remainder of MAC frame)      |
  451.                   +-------------------------------+
  452.                   | LAN FCS (if PID is 0x00-01)   |
  453.                   +-------------------------------+
  454.                   | FCS                           |
  455.                   +-------------------------------+
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.      Bradley, Brown, Malis     expires June 1993                   [Page 8]
  468.  
  469.  
  470.  
  471.  
  472.  
  473.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  474.  
  475.  
  476.                    Format of Bridged 802.4 Frame
  477.                   +-------------------------------+
  478.                   |        Q.922 Address          |
  479.                   +---------------+---------------+
  480.                   |Control  0x03  | pad     0x00  |
  481.                   +---------------+---------------+
  482.                   | NLPID   0x80  | OUI     0x00  |
  483.                   +---------------+             --+
  484.                   | OUI  0x80-C2                  |
  485.                   +-------------------------------+
  486.                   | PID 0x00-02 or 0x00-08        |
  487.                   +---------------+---------------+
  488.                   |  pad  0xXX    | Frame Control |
  489.                   +---------------+---------------+
  490.                   | MAC destination address       |
  491.                   +-------------------------------+
  492.                   | (remainder of MAC frame)      |
  493.                   +-------------------------------+
  494.                   | LAN FCS (if PID is 0x00-02)   |
  495.                   +-------------------------------+
  496.                   | FCS                           |
  497.                   +-------------------------------+
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.      Bradley, Brown, Malis     expires June 1993                   [Page 9]
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  533.  
  534.  
  535.  
  536.                    Format of Bridged 802.5 Frame
  537.                   +-------------------------------+
  538.                   |        Q.922 Address          |
  539.                   +---------------+---------------+
  540.                   |Control  0x03  | pad     0x00  |
  541.                   +---------------+---------------+
  542.                   | NLPID   0x80  | OUI     0x00  |
  543.                   +---------------+             --+
  544.                   | OUI  0x80-C2                  |
  545.                   +-------------------------------+
  546.                   | PID    0x00-03 or 0x00-09     |
  547.                   +---------------+---------------+
  548.                   | pad    0x00   | Frame Control |
  549.                   +---------------+---------------+
  550.                   | MAC destination address       |
  551.                   |             .                 |
  552.                   |             .                 |
  553.                   +-------------------------------+
  554.                   | (remainder of MAC frame)      |
  555.                   +-------------------------------+
  556.                   | LAN FCS (if PID is 0x00-03)   |
  557.                   |                               |
  558.                   +-------------------------------+
  559.                   | FCS                           |
  560.                   +-------------------------------+
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.      Bradley, Brown, Malis     expires June 1993                  [Page 10]
  586.  
  587.  
  588.  
  589.  
  590.  
  591.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  592.  
  593.  
  594.  
  595.                     Format of Bridged FDDI Frame
  596.                   +-------------------------------+
  597.                   |        Q.922 Address          |
  598.                   +---------------+---------------+
  599.                   |Control  0x03  | pad     0x00  |
  600.                   +---------------+---------------+
  601.                   | NLPID   0x80  | OUI     0x00  |
  602.                   +---------------+             --+
  603.                   | OUI  0x80-C2                  |
  604.                   +-------------------------------+
  605.                   | PID 0x00-04 or 0x00-0A        |
  606.                   +---------------+---------------+
  607.                   | pad     0x00  | Frame Control |
  608.                   +---------------+---------------+
  609.                   | MAC destination address       |
  610.                   |             .                 |
  611.                   |             .                 |
  612.                   +-------------------------------+
  613.                   | (remainder of MAC frame)      |
  614.                   +-------------------------------+
  615.                   | LAN FCS (if PID is 0x00-04)   |
  616.                   |                               |
  617.                   +-------------------------------+
  618.                   | FCS                           |
  619.                   +-------------------------------+
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.      Bradley, Brown, Malis     expires June 1993                  [Page 11]
  645.  
  646.  
  647.  
  648.  
  649.  
  650.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  651.  
  652.  
  653.  
  654.                     Format of Bridged 802.6 Frame
  655.                   +-------------------------------+
  656.                   |        Q.922 Address          |
  657.                   +---------------+---------------+
  658.                   | Control 0x03  | pad     0x00  |
  659.                   +---------------+---------------+
  660.                   | NLPID   0x80  | OUI     0x00  |
  661.                   +---------------+             --+
  662.                   | OUI  0x80-C2                  |
  663.                   +-------------------------------+
  664.                   |         PID  0x00-0B          |
  665.                   +---------------+---------------+ -------
  666.                   |   Reserved    |     BEtag     |  Common
  667.                   +---------------+---------------+  PDU
  668.                   |            BAsize             |  Header
  669.                   +-------------------------------+ -------
  670.                   | MAC destination address       |
  671.                   +-------------------------------+
  672.                   | (remainder of MAC frame)      |
  673.                   +-------------------------------+
  674.                   |                               |
  675.                   +-    Common PDU Trailer       -+
  676.                   |                               |
  677.                   +-------------------------------+
  678.                   | FCS                           |
  679.                   +-------------------------------+
  680.  
  681.  
  682.      Note that in bridge 802.6 PDUs, there is only one choice for the PID
  683.      value, since the presence of a CRC-32 is indicated by the CIB bit in
  684.      the header of the MAC frame.
  685.  
  686.      The Common Protocol Data Unit (PDU) Header and Trailer are conveyed to
  687.      allow pipelining at the egress bridge to an 802.6 subnetwork.
  688.      Specifically, the Common PDU Header contains the BAsize field, which
  689.      contains the length of the PDU.  If this field is not available to the
  690.      egress 802.6 bridge, then that bridge cannot begin to transmit the
  691.      segmented PDU until it has received the entire PDU, calculated the
  692.      length, and inserted the length into the BAsize field.  If the field
  693.      is available, the egress 802.6 bridge can extract the length from the
  694.      BAsize field of the Common PDU Header, insert it into the
  695.      corresponding field of the first segment, and immediately transmit the
  696.      segment onto the 802.6 subnetwork.  Thus, the bridge can begin
  697.      transmitting the 802.6 PDU before it has received the complete PDU.
  698.  
  699.  
  700.  
  701.  
  702.  
  703.      Bradley, Brown, Malis     expires June 1993                  [Page 12]
  704.  
  705.  
  706.  
  707.  
  708.  
  709.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  710.  
  711.  
  712.      One should note that the Common PDU Header and Trailer of the
  713.      encapsulated frame should not be simply copied to the outgoing 802.6
  714.      subnetwork because the encapsulated BEtag value may conflict with the
  715.      previous BEtag value transmitted by that bridge.
  716.  
  717.  
  718.                    Format of BPDU Frame
  719.                   +-------------------------------+
  720.                   |         Q.922 Address         |
  721.                   +-------------------------------+
  722.                   |        Control   0x03         |
  723.                   +-------------------------------+
  724.                   |          PAD    0x00          |
  725.                   +-------------------------------+
  726.                   |          NLPID  0x80          |
  727.                   +-------------------------------+
  728.                   |        OUI 0x00-80-C2         |
  729.                   +-------------------------------+
  730.                   |         PID 0x00-0E           |
  731.                   +-------------------------------+
  732.                   |                               |
  733.                   |      BPDU as defined by       |
  734.                   |     802.1(d) or 802.1(g)[12]  |
  735.                   |                               |
  736.                   +-------------------------------+
  737.  
  738.  
  739.  
  740.      8.  Data Link Layer Parameter Negotiation
  741.  
  742.      Frame Relay stations may choose to support the Exchange Identification
  743.      (XID) specified in Appendix III of Q.922 [1].  This XID exchange
  744.      allows the following parameters to be negotiated at the initialization
  745.      of a Frame Relay circuit: maximum frame size N201, retransmission
  746.      timer T200, and the maximum number of outstanding I frames K.
  747.  
  748.      A station may indicate its unwillingness to support acknowledged mode
  749.      multiple frame operation by specifying a value of zero for the maximum
  750.      window size, K.
  751.  
  752.      If this exchange is not used, these values must be statically
  753.      configured by mutual agreement of Data Link Connection (DLC)
  754.      endpoints, or must be defaulted to the values specified in Section 5.9
  755.      of Q.922:
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.      Bradley, Brown, Malis     expires June 1993                  [Page 13]
  763.  
  764.  
  765.  
  766.  
  767.  
  768.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  769.  
  770.  
  771.                        N201: 260 octets
  772.  
  773.                           K:  3 for a 16 Kbps link,
  774.                               7 for a 64 Kbps link,
  775.                              32 for a 384 Kbps link,
  776.                              40 for a 1.536 Mbps or above link
  777.  
  778.                       T200: 1.5 seconds [see Q.922 for further details]
  779.  
  780.  
  781.      If a station supporting XID receives an XID frame, it shall respond
  782.      with an XID response.  In processing an XID, if the remote maximum
  783.      frame size is smaller than the local maximum, the local system shall
  784.      reduce the maximum size it uses over this DLC to the remotely
  785.      specified value.  Note that this shall be done before generating a
  786.      response XID.
  787.  
  788.      The following diagram describes the use of XID to specify non-use of
  789.      acknowledged mode multiple frame operation.
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.      Bradley, Brown, Malis     expires June 1993                  [Page 14]
  822.  
  823.  
  824.  
  825.  
  826.  
  827.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  828.  
  829.  
  830.                Non-use of Acknowledged Mode Multiple Frame Operation
  831.                       +---------------+
  832.                       |    Address    |     (2,3 or 4 octets)
  833.                       |               |
  834.                       +---------------+
  835.                       | Control 0xAF  |
  836.                       +---------------+
  837.                       | format  0x82  |
  838.                       +---------------+
  839.                       | Group ID 0x80 |
  840.                       +---------------+
  841.                       | Group Length  |     (2 octets)
  842.                       |    0x00-0E    |
  843.                       +---------------+
  844.                       |      0x05     |     PI = Frame Size (transmit)
  845.                       +---------------+
  846.                       |      0x02     |     PL = 2
  847.                       +---------------+
  848.                       |    Maximum    |     (2 octets)
  849.                       |   Frame Size  |
  850.                       +---------------+
  851.                       |      0x06     |     PI = Frame Size (receive)
  852.                       +---------------+
  853.                       |      0x02     |     PL = 2
  854.                       +---------------+
  855.                       |    Maximum    |     (2 octets)
  856.                       |   Frame Size  |
  857.                       +---------------+
  858.                       |      0x07     |     PI = Window Size
  859.                       +---------------+
  860.                       |      0x01     |     PL = 1
  861.                       +---------------+
  862.                       |      0x00     |
  863.                       +---------------+
  864.                       |      0x09     |     PI = Retransmission Timer
  865.                       +---------------+
  866.                       |      0x01     |     PL = 1
  867.                       +---------------+
  868.                       |      0x00     |
  869.                       +---------------+
  870.                       |      FCS      |     (2 octets)
  871.                       |               |
  872.                       +---------------+
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.      Bradley, Brown, Malis     expires June 1993                  [Page 15]
  881.  
  882.  
  883.  
  884.  
  885.  
  886.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  887.  
  888.  
  889.      9.  Fragmentation Issues
  890.  
  891.      Fragmentation allows the exchange of packets that are greater than the
  892.      maximum frame size supported by the underlying network.  In the case
  893.      of Frame Relay, the network may support a maximum frame size as small
  894.      as 262 octets.  Because of this small maximum size, it is advantageous
  895.      to support fragmentation and reassembly.
  896.  
  897.      Unlike IP fragmentation procedures, the scope of Frame Relay
  898.      fragmentation procedure is limited to the boundary (or DTEs) of the
  899.      Frame Relay network.
  900.  
  901.      The general format of fragmented packets is the same as any other
  902.      encapsulated protocol.  The most significant difference being that the
  903.      fragmented packet will contain the encapsulation header.  That is, a
  904.      packet is first encapsulated (with the exception of the address and
  905.      control fields) as defined above. Large packets are then broken up
  906.      into frames appropriate for the given Frame Relay network and are
  907.      encapsulated using the Frame Relay fragmentation format.  In this way,
  908.      a station receiving fragments may reassemble them and then put the
  909.      reassembled packet through the same processing path as a packet that
  910.      had not been fragmented.
  911.  
  912.      Within Frame Relay fragments are encapsulated using the SNAP format
  913.      with an OUI of 0x00-80-C2 and a PID of 0x00-0D.  Individual fragments
  914.      will, therefore, have the following format:
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.      Bradley, Brown, Malis     expires June 1993                  [Page 16]
  940.  
  941.  
  942.  
  943.  
  944.  
  945.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  946.  
  947.  
  948.                    +---------------+---------------+
  949.                    |         Q.922 Address         |
  950.                    +---------------+---------------+
  951.                    | Control 0x03  | pad     0x00  |
  952.                    +---------------+---------------+
  953.                    | NLPID   0x80  | OUI     0x00  |
  954.                    +---------------+---------------+
  955.                    | OUI                  0x80-C2  |
  956.                    +---------------+---------------+
  957.                    | PID                  0x00-0D  |
  958.                    +---------------+---------------+
  959.                    |        sequence number        |
  960.                    +-+-------+-----+---------------+
  961.                    |F| RSVD  |offset               |
  962.                    +-+-------+-----+---------------+
  963.                    |    fragment data              |
  964.                    |               .               |
  965.                    |               .               |
  966.                    |               .               |
  967.                    +---------------+---------------+
  968.                    |              FCS              |
  969.                    +---------------+---------------+
  970.  
  971.  
  972.      The sequence field is a two octet identifier that is incremented every
  973.      time a new complete message is fragmented.  It allows detection of
  974.      lost frames and is set to a random value at initialization.
  975.  
  976.      The reserved field is 4 bits long and is not currently defined.  It
  977.      must be set to 0.
  978.  
  979.      The final bit is a one bit field set to 1 on the last fragment and set
  980.      to 0 for all other fragments.
  981.  
  982.      The offset field is an 11 bit value representing the logical offset of
  983.      this fragment in bytes divided by 32. The first fragment must have an
  984.      offset of zero.
  985.  
  986.      The following figure shows how a large IP datagram is fragmented over
  987.      Frame Relay.  In this example, the complete datagram is fragmented
  988.      into two Frame Relay frames.
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.      Bradley, Brown, Malis     expires June 1993                  [Page 17]
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1005.  
  1006.  
  1007.                                  Frame Relay Fragmentation Example
  1008.                                                     +-----------+-----------+
  1009.                                                     |     Q.922 Address     |
  1010.                                                     +-----------+-----------+
  1011.                                                     | Ctrl 0x03 | pad  0x00 |
  1012.                                                     +-----------+-----------+
  1013.                                                     |NLPID 0x80 | OUI 0x00  |
  1014.                                                     +-----------+-----------+
  1015.                                                     | OUI          0x80-C2  |
  1016.                   +-----------+-----------+         +-----------+-----------+
  1017.                   |ctrl 0x03  |NLPID 0xCC |         | PID          0x00-0D  |
  1018.                   +-----------+-----------+         +-----------+-----------+
  1019.                   |                       |         | sequence number   n   |
  1020.                   |                       |         +-+------+--+-----------+
  1021.                   |                       |         |0| RSVD |offset (0)    |
  1022.                   |                       |         +-+------+--+-----------+
  1023.                   |                       |         | ctrl 0x03 |NLPID 0xCC |
  1024.                   |                       |         +-----------+-----------+
  1025.                   |                       |         |   first m bytes of    |
  1026.                   |  large IP datagram    |   ...   |     IP datagram       |
  1027.                   |                       |         |                       |
  1028.                   |                       |         +-----------+-----------+
  1029.                   |                       |         |          FCS          |
  1030.                   |                       |         +-----------+-----------+
  1031.                   |                       |
  1032.                   |                       |         +-----------+-----------+
  1033.                   |                       |         |     Q.922 Address     |
  1034.                   |                       |         +-----------+-----------+
  1035.                   |                       |         | Ctrl 0x03 | pad  0x00 |
  1036.                   +-----------+-----------+         +-----------+-----------+
  1037.                                                     |NLPID 0x80 | OUI 0x00  |
  1038.                                                     +-----------+-----------+
  1039.                                                     | OUI          0x80-C2  |
  1040.                                                     +-----------+-----------+
  1041.                                                     | PID          0x00-0D  |
  1042.                                                     +-----------+-----------+
  1043.                                                     | sequence number   n   |
  1044.                                                     +-+------+--+-----------+
  1045.                                                     |1| RSVD |offset (m/32) |
  1046.                                                     +-+------+--+-----------+
  1047.                                                     |    remainder of IP    |
  1048.                                                     |        datagram       |
  1049.                                                     +-----------+-----------+
  1050.                                                     |          FCS          |
  1051.                                                     +-----------+-----------+
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.      Bradley, Brown, Malis     expires June 1993                  [Page 18]
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1064.  
  1065.  
  1066.      Fragments must be sent in order starting with a zero offset and ending
  1067.      with the final fragment.  These fragments must not be interrupted with
  1068.      other packets or information intended for the same DLC. An end station
  1069.      must be able to re-assemble up to 2K octets and is suggested to
  1070.      support up to 8K octet re-assembly.  If at any time during this re-
  1071.      assembly process, a fragment is corrupted or a fragment is missing,
  1072.      the entire message is dropped.  The upper layer protocol is
  1073.      responsible for any retransmission in this case.  Note that there is
  1074.      no reassembly timer, nor is one needed.  This is because the Frame
  1075.      Relay service is required to deliver frames in order.
  1076.  
  1077.      This fragmentation algorithm is not intended to reliably handle all
  1078.      possible failure conditions.  As with IP fragmentation, there is a
  1079.      small possibility of reassembly error and delivery of an erroneous
  1080.      packet.  Inclusion of a higher layer checksum greatly reduces this
  1081.      risk.
  1082.  
  1083.  
  1084.      10.  Address Resolution
  1085.  
  1086.      There are situations in which a Frame Relay station may wish to
  1087.      dynamically resolve a protocol address.  Address resolution may be
  1088.      accomplished using the standard Address Resolution Protocol (ARP) [6]
  1089.      encapsulated within a SNAP encoded Frame Relay packet as follows:
  1090.  
  1091.  
  1092.                   +-----------------------+-----------------------+
  1093.                   | Q.922 Address                                 |
  1094.                   +-----------------------+-----------------------+
  1095.                   | Control (UI)  0x03    |     pad     0x00      |
  1096.                   +-----------------------+-----------------------+
  1097.                   |  NLPID = 0x80         |                       |  SNAP Header
  1098.                   +-----------------------+  OUI = 0x00-00-00     +  Indicating
  1099.                   |                                               |  ARP
  1100.                   +-----------------------+-----------------------+
  1101.                   |  PID = 0x0806                                 |
  1102.                   +-----------------------+-----------------------+
  1103.                   |                   ARP packet                  |
  1104.                   |                       .                       |
  1105.                   |                       .                       |
  1106.                   |                       .                       |
  1107.                   +-----------------------+-----------------------+
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.      Bradley, Brown, Malis     expires June 1993                  [Page 19]
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1123.  
  1124.  
  1125.      Where the ARP packet has the following format and values:
  1126.  
  1127.  
  1128.                Data:
  1129.                  ar$hrd   16 bits     Hardware type
  1130.                  ar$pro   16 bits     Protocol type
  1131.                  ar$hln    8 bits     Octet length of hardware address (n)
  1132.                  ar$pln    8 bits     Octet length of protocol address (m)
  1133.                  ar$op    16 bits     Operation code (request or reply)
  1134.                  ar$sha   noctets     source hardware address
  1135.                  ar$spa   moctets     source protocol address
  1136.                  ar$tha   noctets     target hardware address
  1137.                  ar$tpa   moctets     target protocol address
  1138.  
  1139.                  ar$hrd - assigned to Frame Relay is 15 decimal
  1140.                            (0x000F) [7].
  1141.  
  1142.                  ar$pro - see assigned numbers for protocol ID number for
  1143.                           the protocol using ARP. (IP is 0x0800).
  1144.  
  1145.                  ar$hln - length in bytes of the address field (2, 3, or 4)
  1146.  
  1147.                  ar$pln - protocol address length is dependent on the
  1148.                           protocol (ar$pro) (for IP ar$pln is 4).
  1149.  
  1150.                  ar$op -  1 for request and 2 for reply.
  1151.  
  1152.                  ar$sha - Q.922 source hardware address, with C/R, FECN,
  1153.                           BECN, and DE set to zero.
  1154.  
  1155.                  ar$tha - Q.922 target hardware address, with C/R, FECN,
  1156.                           BECN, and DE set to zero.
  1157.  
  1158.  
  1159.      Because DLCIs within most Frame Relay networks have only local
  1160.      significance, an end station will not have a specific DLCI assigned to
  1161.      itself.  Therefore, such a station does not have an address to put
  1162.      into the ARP request or reply.  Fortunately, the Frame Relay network
  1163.      does provide a method for obtaining the correct DLCIs. The solution
  1164.      proposed for the locally addressed Frame Relay network below will work
  1165.      equally well for a network where DLCIs have global significance.
  1166.  
  1167.      The DLCI carried within the Frame Relay header is modified as it
  1168.      traverses the network.  When the packet arrives at its destination,
  1169.      the DLCI has been set to the value that, from the standpoint of the
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.      Bradley, Brown, Malis     expires June 1993                  [Page 20]
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1182.  
  1183.  
  1184.      receiving station, corresponds to the sending station.  For example,
  1185.      in figure 1 below, if station A were to send a message to station B,
  1186.      it would place DLCI 50 in the Frame Relay header.  When station B
  1187.      received this message, however, the DLCI would have been modified by
  1188.      the network and would appear to B as DLCI 70.
  1189.  
  1190.  
  1191.                                   ~~~~~~~~~~~~~~~
  1192.                                  (                )
  1193.                +-----+          (                  )             +-----+
  1194.                |     |-50------(--------------------)---------70-|     |
  1195.                |  A  |        (                      )           |  B  |
  1196.                |     |-60-----(---------+            )           |     |
  1197.                +-----+         (        |           )            +-----+
  1198.                                 (       |          )
  1199.                                  (      |         )  <---Frame Relay
  1200.                                   ~~~~~~~~~~~~~~~~         network
  1201.                                         80
  1202.                                         |
  1203.                                      +-----+
  1204.                                      |     |
  1205.                                      |  C  |
  1206.                                      |     |
  1207.                                      +-----+
  1208.                                            Figure 1
  1209.  
  1210.                Lines between stations represent data link connections (DLCs).
  1211.                The numbers indicate the local DLCI associated with each
  1212.                connection.
  1213.  
  1214.  
  1215.               DLCI to Q.922 Address Table for Figure 1
  1216.  
  1217.               DLCI (decimal)  Q.922 address (hex)
  1218.                    50              0x0C21
  1219.                    60              0x0CC1
  1220.                    70              0x1061
  1221.                    80              0x1401
  1222.  
  1223.            If you know about frame relay, you should understand the
  1224.            correlation between DLCI and Q.922 address.  For the
  1225.      uninitiated,
  1226.            the translation between DLCI and Q.922 address is based on a two
  1227.            byte address length using the Q.922 encoding format.  The format
  1228.            is:
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.      Bradley, Brown, Malis     expires June 1993                  [Page 21]
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1241.  
  1242.  
  1243.                 8   7   6   5   4   3    2   1
  1244.               +------------------------+---+--+
  1245.               |  DLCI (high order)     |c/r|ea|
  1246.               +--------------+----+----+---+--+
  1247.               | DLCI (lower) |FECN|BECN|DE |EA|
  1248.               +--------------+----+----+---+--+
  1249.  
  1250.            For ARP and its variants, the FECN, BECN, C/R and DE bits are
  1251.            assumed to be 0.
  1252.  
  1253.      When an ARP message reaches a destination, all hardware addresses will
  1254.      be invalid.  The address found in the frame header will, however, be
  1255.      correct. Though it does violate the purity of layering, Frame Relay
  1256.      may use the address in the header as the sender hardware address.  It
  1257.      should also be noted that the target hardware address, in both ARP
  1258.      request and reply, will also be invalid.  This should not cause
  1259.      problems since ARP does not rely on these fields and in fact, an
  1260.      implementation may zero fill or ignore the target hardware address
  1261.      field entirely.
  1262.  
  1263.      As an example of how this address replacement scheme may work, refer
  1264.      to figure 1.  If station A (protocol address pA) wished to resolve the
  1265.      address of station B (protocol address pB), it would format an ARP
  1266.      request with the following values:
  1267.  
  1268.               ARP request from A
  1269.                 ar$op     1 (request)
  1270.                 ar$sha    unknown
  1271.                 ar$spa    pA
  1272.                 ar$tha    undefined
  1273.                 ar$tpa    pB
  1274.  
  1275.      Because station A will not have a source address associated with it,
  1276.      the source hardware address field is not valid.  Therefore, when the
  1277.      ARP packet is received, it must extract the correct address from the
  1278.      Frame Relay header and place it in the source hardware address field.
  1279.      This way, the ARP request from A will become:
  1280.  
  1281.               ARP request from A as modified by B
  1282.                 ar$op     1 (request)
  1283.                 ar$sha    0x1061 (DLCI 70) from Frame Relay header
  1284.                 ar$spa    pA
  1285.                 ar$tha    undefined
  1286.                 ar$tpa    pB
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.      Bradley, Brown, Malis     expires June 1993                  [Page 22]
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1300.  
  1301.  
  1302.      Station B's ARP will then be able to store station A's protocol
  1303.      address and Q.922 address association correctly.  Next, station B will
  1304.      form a reply message.  Many implementations simply place the source
  1305.      addresses from the ARP request into the target addresses and then
  1306.      fills in the source addresses with its addresses.  In this case, the
  1307.      ARP response would be:
  1308.  
  1309.               ARP response from B
  1310.                 ar$op     2 (response)
  1311.                 ar$sha    unknown
  1312.                 ar$spa    pB
  1313.                 ar$tha    0x1061 (DLCI 70)
  1314.                 ar$tpa    pA
  1315.  
  1316.      Again, the source hardware address is unknown and when the request is
  1317.      received, station A will extract the address from the Frame Relay
  1318.      header and place it in the source hardware address field.  Therefore,
  1319.      the response will become:
  1320.  
  1321.               ARP response from B as modified by A
  1322.                 ar$op     2 (response)
  1323.                 ar$sha    0x0C21 (DLCI 50)
  1324.                 ar$spa    pB
  1325.                 ar$tha    0x1061 (DLCI 70)
  1326.                 ar$tpa    pA
  1327.  
  1328.  
  1329.      Station A will now correctly recognize station B having protocol
  1330.      address pB associated with Q.922 address 0x0C21 (DLCI 50).
  1331.  
  1332.      Reverse ARP (RARP) [8] will work in exactly the same way.  Still using
  1333.      figure 1, if we assume station C is an address server, the following
  1334.      RARP exchanges will occur:
  1335.  
  1336.               RARP request from A             RARP request as modified by C
  1337.                  ar$op  3 (RARP request)         ar$op  3  (RARP request)
  1338.                  ar$sha unknown                  ar$sha 0x1401 (DLCI 80)
  1339.                  ar$spa undefined                ar$spa undefined
  1340.                  ar$tha 0x0CC1 (DLCI 60)         ar$tha 0x0CC1 (DLCI 60)
  1341.                  ar$tpa pC                       ar$tpa pC
  1342.  
  1343.  
  1344.      Station C will then look up the protocol address corresponding to
  1345.      Q.922 address 0x1401 (DLCI 80) and send the RARP response.
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.      Bradley, Brown, Malis     expires June 1993                  [Page 23]
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1359.  
  1360.  
  1361.               RARP response from C            RARP response as modified by
  1362.      A
  1363.                  ar$op  4  (RARP response)       ar$op  4 (RARP response)
  1364.                  ar$sha unknown                  ar$sha 0x0CC1 (DLCI 60)
  1365.                  ar$spa pC                       ar$spa pC
  1366.                  ar$tha 0x1401 (DLCI 80)         ar$tha 0x1401 (DLCI 80)
  1367.                  ar$tpa pA                       ar$tpa pA
  1368.  
  1369.  
  1370.      This means that the Frame Relay interface must only intervene in the
  1371.      processing of incoming packets.
  1372.  
  1373.      In the absence of suitable multicast, ARP may still be implemented.
  1374.      To do this, the end station simply sends a copy of the ARP request
  1375.      through each relevant DLC, thereby simulating a broadcast.
  1376.  
  1377.      The use of multicast addresses in a Frame Relay environment is
  1378.      presently under study by Frame Relay providers.  At such time that the
  1379.      issues surrounding multicasting are resolved, multicast addressing may
  1380.      become useful in sending ARP requests and other "broadcast" messages.
  1381.  
  1382.      Because of the inefficiencies of broadcasting in a Frame Relay
  1383.      environment, a new address resolution variation was developed.  It is
  1384.      called Inverse ARP [11] and describes a method for resolving a
  1385.      protocol address when the hardware address is already known.  In Frame
  1386.      Relay's case, the known hardware address is the DLCI.  Using Inverse
  1387.      ARP for Frame Relay follows the same pattern as ARP and RARP use.
  1388.      That is the source hardware address is inserted at the receiving
  1389.      station.
  1390.  
  1391.      In our example, station A may use Inverse ARP to discover the protocol
  1392.      address of the station associated with its DLCI 50.  The Inverse ARP
  1393.      request would be as follows:
  1394.  
  1395.               InARP Request from A (DLCI 50)
  1396.               ar$op   8       (InARP request)
  1397.               ar$sha  unknown
  1398.               ar$spa  pA
  1399.               ar$tha  0x0C21  (DLCI 50)
  1400.               ar$tpa  unknown
  1401.  
  1402.  
  1403.      When Station B receives this packet, it will modify the source
  1404.      hardware address with the Q.922 address from the Frame Relay header.
  1405.      This way, the InARP request from A will become:
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.      Bradley, Brown, Malis     expires June 1993                  [Page 24]
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1418.  
  1419.  
  1420.               ar$op   8       (InARP request)
  1421.               ar$sha  0x1061
  1422.               ar$spa  pA
  1423.               ar$tha  0x0C21
  1424.               ar$tpa  unknown.
  1425.  
  1426.      Station B will format an Inverse ARP response and send it to station A
  1427.      as it would for any ARP message.
  1428.  
  1429.  
  1430.      11.  IP over Frame Relay
  1431.  
  1432.      Internet Protocol [9] (IP) datagrams sent over a Frame Relay network
  1433.      conform to the encapsulation described previously.  Within this
  1434.      context, IP could be encapsulated in two different ways.
  1435.  
  1436.  
  1437.                   1.  NLPID value indicating IP
  1438.  
  1439.                   +-----------------------+-----------------------+
  1440.                   | Q.922 Address                                 |
  1441.                   +-----------------------+-----------------------+
  1442.                   | Control (UI)  0x03    | NLPID = 0xCC          |
  1443.                   +-----------------------+-----------------------+
  1444.                   | IP Packet             .                       |
  1445.                   |                       .                       |
  1446.                   |                       .                       |
  1447.                   +-----------------------+-----------------------+
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.      Bradley, Brown, Malis     expires June 1993                  [Page 25]
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1477.  
  1478.  
  1479.                   2.  NLPID value indicating SNAP
  1480.  
  1481.                   +-----------------------+-----------------------+
  1482.                   | Q.922 Address                                 |
  1483.                   +-----------------------+-----------------------+
  1484.                   | Control (UI)  0x03    |     pad     0x00      |
  1485.                   +-----------------------+-----------------------+
  1486.                   |  NLPID = 0x80         |                       |  SNAP Header
  1487.                   +-----------------------+  OUI = 0x00-00-00     +  Indicating
  1488.                   |                                               |  IP
  1489.                   +-----------------------+-----------------------+
  1490.                   |  PID = 0x0800                                 |
  1491.                   +-----------------------+-----------------------+
  1492.                   |                   IP packet                   |
  1493.                   |                       .                       |
  1494.                   |                       .                       |
  1495.                   |                       .                       |
  1496.                   +-----------------------+-----------------------+
  1497.  
  1498.  
  1499.      Although both of these encapsulations are supported under the given
  1500.      definitions, it is advantageous to select only one method as the
  1501.      appropriate mechanism for encapsulating IP data.  Therefore, IP data
  1502.      shall be encapsulated using the NLPID value of 0xCC indicating IP as
  1503.      shown in option 1 above.  This (option 1) is more efficient in
  1504.      transmission (48 fewer bits), and is consistent with the encapsulation
  1505.      of IP in X.25.
  1506.  
  1507.  
  1508.      12.  Other Protocols over Frame Relay
  1509.  
  1510.      As with IP encapsulation, there are alternate ways to transmit various
  1511.      protocols within the scope of this definition.  To eliminate the
  1512.      conflicts, the SNAP encapsulation is only used if no NLPID value is
  1513.      defined for the given protocol.
  1514.  
  1515.      As an example of how this works, ISO CLNP has a NLPID defined (0x81).
  1516.      Therefore, the NLPID field will indicate ISO CLNP and the data packet
  1517.      will follow immediately.  The frame would be as follows:
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.      Bradley, Brown, Malis     expires June 1993                  [Page 26]
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1536.  
  1537.  
  1538.                   +---------------------------------------------+
  1539.                   |               Q.922 Address                 |
  1540.                   +----------------------+----------------------+
  1541.                   | Control     (0x03)   | NLPID  - 0x81 (CLNP) |
  1542.                   +----------------------+----------------------+
  1543.                   | remainder of CLNP packet                    |
  1544.                   |                   .                         |
  1545.                   |                   .                         |
  1546.                   +---------------------------------------------+
  1547.  
  1548.  
  1549.      In this example, the NLPID is used to identify the data packet as
  1550.      CLNP.  It is also considered part of the CLNP packet and as such, the
  1551.      NLPID should not be removed before being sent to the upper layers for
  1552.      processing.  The NLPID is not duplicated.
  1553.  
  1554.      Other protocols, such as IPX, do not have a NLPID value defined.  As
  1555.      mentioned above, IPX would be encapsulated using the SNAP header.  In
  1556.      this case, the frame would be as follows:
  1557.  
  1558.  
  1559.                   +---------------------------------------------+
  1560.                   |               Q.922 Address                 |
  1561.                   +----------------------+----------------------+
  1562.                   | Control       0x03   | pad  0x00            |
  1563.                   +----------------------+----------------------+
  1564.                   | NLPID  - 0x80 (SNAP) | OUI - 0x00 00 00     |
  1565.                   +----------------------+                      |
  1566.                   |                                             |
  1567.                   +---------------------------------------------+
  1568.                   | PID = 0x8137                                |
  1569.                   +---------------------------------------------+
  1570.                   |   IPX packet                                |
  1571.                   |                   .                         |
  1572.                   |                   .                         |
  1573.                   +---------------------------------------------+
  1574.  
  1575.  
  1576.  
  1577.      13.  Bridging Model for Frame Relay
  1578.  
  1579.      The model for bridging in a Frame Relay network is identical to the
  1580.      model for remote bridging as described in IEEE P802.1g "Remote MAC
  1581.      Bridging" [13] and supports the concept of "Virtual Ports". Remote
  1582.      bridges with LAN ports receive and transmit MAC frames to and from the
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.      Bradley, Brown, Malis     expires June 1993                  [Page 27]
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1595.  
  1596.  
  1597.      LANS to which they are attached. They may also receive and transmit
  1598.      MAC frames through virtual ports to and from other remote bridges.  A
  1599.      virtual port may represent an abstraction of a remote bridge's point
  1600.      of access to one, two or more other remote bridges.
  1601.  
  1602.      Remote Bridges are statically configured as members of a remote bridge
  1603.      group by management. All members of a remote bridge group are
  1604.      connected by one or more virtual ports. The set of remote MAC bridges
  1605.      in a remote bridge group provides actual or *potential* MAC layer
  1606.      interconnection between a set of LANs and other remote bridge groups
  1607.      to which the remote bridges attach.
  1608.  
  1609.      In a Frame Relay network there must be a full mesh of Frame Relay VCs
  1610.      between bridges of a remote bridge group.  If the frame relay network
  1611.      is not a full mesh, then the bridge network must be divided into
  1612.      multiple remote bridge groups.
  1613.  
  1614.      The frame relay VCs that interconnect the bridges of a remote bridge
  1615.      group may be combined or used individually to form one or more virtual
  1616.      bridge ports.  This gives flexibility to treat the Frame Relay
  1617.      interface either as a single virtual bridge port, with all VCs in a
  1618.      group, or as a collection of bridge ports (individual or grouped VCs).
  1619.  
  1620.      When a sigle virtual bridge port provides teh interconnectivity for
  1621.      all bridges of a given remote bridge group (i.e. all VCs are combined
  1622.      into a single virtual port), the standard Spanning Tree Algorithm may
  1623.      be used to determine the state of the virtual port.  When more than
  1624.      one virtual port is configured within a given remote bridge group then
  1625.      an "extended" Spanning Tree Algorithm is required.  Such an extended
  1626.      algorithm is defined in 802.1g [13].  The operation of this algorithm
  1627.      is such that a virtual port is only put into backup if there is a loop
  1628.      in the network external to the remote bridge group.
  1629.  
  1630.      The simplest bridge configuration for a Frame Relay network is the LAN
  1631.      view where all VCs are combined into a single virtual port.  Frames,
  1632.      such as BPDUs,  which would be broadcast on a LAN, must be flooded to
  1633.      each VC (or multicast if the service is developed for Frame Relay
  1634.      services). Flooding is performed by sending the packet to each
  1635.      relevant DLC associated with the Frame Relay interface. The VCs in
  1636.      this environment are generally invisible to the bridge.  That is, the
  1637.      bridge sends a flooded frame to the frame relay interface and does not
  1638.      "see" that the frame is being forwarded to each VC individually.  If
  1639.      all participating bridges are fully connected (full mesh) the standard
  1640.      Spanning Tree Algorithm will suffice in this configuration.
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.      Bradley, Brown, Malis     expires June 1993                  [Page 28]
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1654.  
  1655.  
  1656.      Typically LAN bridges learn which interface a particular end station
  1657.      may be reached on by associating a MAC address with a bridge port.  In
  1658.      a Frame Relay network configured for the LAN-like single bridge port
  1659.      (or any set of VCs grouped together to form a single bridge port),
  1660.      however, the bridge must not only associated a MAC address with a
  1661.      bridge port, but it must also associate it with a connection
  1662.      identifier.  For Frame Relay networks, this connection identifier is a
  1663.      DLCI.  It is unreasonable and perhaps impossible to require bridges to
  1664.      statically configure an association of every possible destination MAC
  1665.      address with a DLC.  Therefore, Frame Relay LAN-modeled bridges must
  1666.      provide a mechanism to allow the Frame Relay bridge port to
  1667.      dynamically learn the associations.  To accomplish this dynamic
  1668.      learning, a bridged packet shall conform to the encapsulation
  1669.      described within section 7.  In this way, the receiving Frame Relay
  1670.      interface will know to look into the bridged packet to gather the
  1671.      appropriate information.
  1672.  
  1673.      A second Frame Relay bridging approach, the point-to-point view,
  1674.      treats each Frame Relay VC as a separate bridge port.  Flooding and
  1675.      forwarding packets are significantly less complicated using the
  1676.      point-to-point approach because each bridge port has only one
  1677.      destination.  There is no need to perform artificial flooding or to
  1678.      associate DLCIs with destination MAC addresses.  Depending upon the
  1679.      interconnection of the VCs, an extended Spanning Tree algorithm may be
  1680.      required to permit all virtual ports to remain active as long as there
  1681.      are no true loops in the topology external to the remote bridge group.
  1682.  
  1683.      It is also possible to combine the LAN view and the point-to-point
  1684.      view on a single Frame Relay interface.  To do this, certain VCs are
  1685.      combined to form a single virtual bridge port while other VCs are
  1686.      independent bridge ports.
  1687.  
  1688.      The following drawing illustrates the different possible bridging
  1689.      configurations.  The dashed lines between boxes represent virtual
  1690.      circuits.
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.      Bradley, Brown, Malis     expires June 1993                  [Page 29]
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1713.  
  1714.  
  1715.  
  1716.                                                  +-------+
  1717.                               -------------------|   B   |
  1718.                              /            -------|       |
  1719.                             /            /       +-------+
  1720.                            /             |
  1721.                  +-------+/              \       +-------+
  1722.                  |   A   |                -------|   C   |
  1723.                  |       |-----------------------|       |
  1724.                  +-------+\                      +-------+
  1725.                            \
  1726.                             \                    +-------+
  1727.                              \                   |   D   |
  1728.                               -------------------|       |
  1729.                                                  +-------+
  1730.  
  1731.  
  1732.  
  1733.  
  1734.      Since there is less than a full mesh of VCs between the bridges in
  1735.      this example, the network must be divided into more than one remote
  1736.      bridge group.  A reasonable configuration is to have bridges A, B, and
  1737.      C in one group, and have bridges A and D in a second.
  1738.  
  1739.      Configuration of the first bridge group combines the VCs
  1740.      interconnection the three bridges (A, B, and C) into a single virtual
  1741.      port.  This is an example of the LAN view configuration.  The second
  1742.      group would also be a single virtual port which simply connects
  1743.      bridges A and D.  In this configuration the standard Spanning Tree
  1744.      Algorithm is sufficient to detect loops.
  1745.  
  1746.      An alternative configuration has three individual virtual ports in the
  1747.      first group corresponding to the VCs interconnecting bridges A, B and
  1748.      C.  Since the application of the standard Spanning Tree Algorithm to
  1749.      this configuration would detect a loop in the topology, an extended
  1750.      Spanning Tree Algorithm would have to be used in order for all virtual
  1751.      ports to be kept active.  Note that the second group would still
  1752.      consist of a single virtual port and the standard Spanning Tree
  1753.      Algorithm could be used in this group.
  1754.  
  1755.      Using the same drawing, one could construct a remote bridge scenario
  1756.      with three bridge groups.  This would be an example of the point-to-
  1757.      point case.  Here, the VC connecting A and B, the VC connecting A and
  1758.      C, and the VC connecting A and D are all bridge groups with a single
  1759.      virtual port.
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.      Bradley, Brown, Malis     expires June 1993                  [Page 30]
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1773.  
  1774.  
  1775.      14.  For Future Study
  1776.  
  1777.      It may be desirable for the two ends of a connection to have the
  1778.      capability to negotiate end-to-end configuration and service
  1779.      parameters.  The actual protocol and parameters to be negotiated will
  1780.      be a topic of future RFCs.
  1781.  
  1782.  
  1783.      15.  Appendix A
  1784.  
  1785.         List of Commonly Used NLPIDs
  1786.  
  1787.            0x00    Null Network Layer or Inactive Set
  1788.                    (not used with Frame Relay)
  1789.            0x80    SNAP
  1790.            0x81    ISO CLNP
  1791.            0x82    ISO ESIS
  1792.            0x83    ISO ISIS
  1793.            0xCC    Internet IP
  1794.  
  1795.         List of PIDs of OUI 00-80-C2
  1796.  
  1797.            with preserved FCS   w/o preserved FCS    Media
  1798.            ------------------   -----------------    --------------
  1799.            0x00-01              0x00-07              802.3/Ethernet
  1800.            0x00-02              0x00-08              802.4
  1801.            0x00-03              0x00-09              802.5
  1802.            0x00-04              0x00-0A              FDDI
  1803.                                 0x00-0B              802.6
  1804.                                 0x00-0D              Fragments
  1805.                                 0x00-0E              BPDUs  as defined by
  1806.                                                        802.1(d) or
  1807.                                                        802.1(g)[12].
  1808.  
  1809.  
  1810.  
  1811.  
  1812.      16.  Appendix B - Connection Oriented procedures.
  1813.  
  1814.  
  1815.      This appendix contains additional information and instructions for
  1816.      using CCITT Q.933 and other CCITT standards for encapsulating data
  1817.      over frame relay.  The information contained here is similar (and in
  1818.      some cases identical) to that found in Annex F to ANSI T1.617 written
  1819.      by Rao Cherukuri of IBM.
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.      Bradley, Brown, Malis     expires June 1993                  [Page 31]
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1832.  
  1833.  
  1834.      The Network Level Protocol ID (NLPID) field is administered by ISO and
  1835.      CCITT.  It contains values for many different protocols including IP,
  1836.      CLNP (ISO 8473) CCITT Q.933, and ISO 8208.  A figure summarizing a
  1837.      generic encapsulation technique over frame relay networks follows.
  1838.      The scheme's flexibility consists in the identification of multiple
  1839.      alternative to identify different protocols used either by
  1840.  
  1841.        - end-to-end systems or
  1842.        - LAN to LAN bride and routers or
  1843.        - a combination of the above.
  1844.  
  1845.      over frame relay networks.
  1846.  
  1847.  
  1848.                                  Q.922 control
  1849.                                       |
  1850.                                       |
  1851.                  --------------------------------------------
  1852.                  |                                          |
  1853.                 UI                                       I Frame
  1854.                  |                                          |
  1855.            ---------------------------------         --------------
  1856.            | 0x08    | 0x81      |0xCC     | 0x80    |..01....    |..10....
  1857.            |         |           |         |         |            |
  1858.           Q.933     CLNP        IP        SNAP     ISO 8208    ISO 8208
  1859.            |                               |       Modulo 8    Modulo 128
  1860.            |                               |
  1861.            --------------------           OUI
  1862.            |                  |            |
  1863.           L2 ID              L3 ID      -------
  1864.            |               User         |     |
  1865.            |               specified    |     |
  1866.            |               0x70        802.3 802.6
  1867.            |
  1868.            -------------------
  1869.            |0x51 |0x4E |     |0x4C
  1870.            |     |     |     |
  1871.           7776  Q.922 Others 802.2
  1872.  
  1873.  
  1874.  
  1875.      For those protocols which do not have a NLPID assigned or do not have
  1876.      a SNAP encapsulation, the NLPID value of 0x08, indicating CCITT
  1877.      Recommendation Q.933 should be used.  The four octets following the
  1878.      NLPID include both layer 2 and layer 3 protocol identification.  The
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.      Bradley, Brown, Malis     expires June 1993                  [Page 32]
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1891.  
  1892.  
  1893.      code points for most protocols are currently defined in ANSI T1.617
  1894.      low layer compatibility information element.  There is also an escape
  1895.      for defining non-standard protocols.
  1896.  
  1897.  
  1898.                       Format of Other Protocols
  1899.                           using Q.933 NLPID
  1900.                   +-------------------------------+
  1901.                   |        Q.922 Address          |
  1902.                   +---------------+---------------+
  1903.                   |Control  0x03  | NLPID   0x08  |
  1904.                   +---------------+---------------+
  1905.                   |          L2 Protocol ID       |
  1906.                   | octet 1       |  octet 2      |
  1907.                   +-------------------------------+
  1908.                   |          L3 Protocol ID       |
  1909.                   | octet 2       |  octet 2      |
  1910.                   +-------------------------------+
  1911.                   |         Protocol Data         |
  1912.                   +-------------------------------+
  1913.                   | FCS                           |
  1914.                   +-------------------------------+
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.      Bradley, Brown, Malis     expires June 1993                  [Page 33]
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  1950.  
  1951.  
  1952.                       ISO 8802/2 with user specified
  1953.                               layer 3
  1954.                   +-------------------------------+
  1955.                   |        Q.922 Address          |
  1956.                   +---------------+---------------+
  1957.                   |Control  0x03  | NLPID   0x08  |
  1958.                   +---------------+---------------+
  1959.                   | 802/2   0x4C  |      0x80     |
  1960.                   +-------------------------------+
  1961.                   |User Spec. 0x70|     Note 1    |
  1962.                   +-------------------------------+
  1963.                   |  DSAP         |     SSAP      |
  1964.                   +-------------------------------+
  1965.                   | Control  (Note 2)             |
  1966.                   +-------------------------------+
  1967.                   |      Remainder of PDU         |
  1968.                   +-------------------------------+
  1969.                   | FCS                           |
  1970.                   +-------------------------------+
  1971.  
  1972.                  Note 1: Indicates the code point for user specified
  1973.                          layer 3 protocol.
  1974.  
  1975.                  Note 2: Control field is two octets for I-format and
  1976.                          S-format frames (see 88002/2)
  1977.  
  1978.  
  1979.  
  1980.      Encapsulations using I frame (layer 2)
  1981.  
  1982.      The Q.922 I frame is for supporting layer 3 protocols which require
  1983.      acknowledged data link layer (e.g. ISO 8208).  The C/R bit (T1.618
  1984.      address) will be used for command and response indications.
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.      Bradley, Brown, Malis     expires June 1993                  [Page 34]
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  2009.  
  2010.  
  2011.                       Format of ISO 8208 frame
  2012.                               Modulo 8
  2013.                   +-------------------------------+
  2014.                   |        Q.922 Address          |
  2015.                   +---------------+---------------+
  2016.                   | ....Control I frame
  2017.                   +---------------+---------------+
  2018.                   | 8208 packet (modulo 8) Note 3 |
  2019.                   |                               |
  2020.                   +-------------------------------+
  2021.                   | FCS                           |
  2022.                   +-------------------------------+
  2023.  
  2024.                  Note 3: First octet of 8208 packet also identifies the
  2025.                          NLPID which is "..01....".
  2026.  
  2027.  
  2028.  
  2029.  
  2030.                       Format of ISO 8208 frame
  2031.                               Modulo 128
  2032.                   +-------------------------------+
  2033.                   |        Q.922 Address          |
  2034.                   +---------------+---------------+
  2035.                   | ....Control I frame
  2036.                   +---------------+---------------+
  2037.                   | 8208 packet (modulo 128)      |
  2038.                   |          Note 4               |
  2039.                   +-------------------------------+
  2040.                   | FCS                           |
  2041.                   +-------------------------------+
  2042.  
  2043.                  Note 4: First octet of 8208 packet also identifies the
  2044.                          NLPID which is "..10....".
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.      17.  References
  2051.  
  2052.           [1]  International Telegraph and Telephone Consultative Committee,
  2053.                "ISDN Data Link Layer Specification for Frame Mode Bearer
  2054.                Services", CCITT Recommendation Q.922,  19 April 1991 .
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.      Bradley, Brown, Malis     expires June 1993                  [Page 35]
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  2068.  
  2069.  
  2070.           [2]  American National Standard For Telecommunications - Integrated
  2071.                Services Digital Network - Core Aspects of Frame Protocol for
  2072.                Use with Frame Relay Bearer Service, ANSI T1.618-1991, 18 June
  2073.                1991.
  2074.  
  2075.  
  2076.           [3]  Information technology - Telecommunications and Information
  2077.                Exchange between systems - Protocol Identification in the
  2078.                Network Layer, ISO/IEC  TR 9577: 1990 (E)  1990-10-15.
  2079.  
  2080.  
  2081.           [4]  Baker, Fred, "Point to Point Protocol Extensions for Bridging",
  2082.                Point to Point Working Group, RFC-1220, April 1991.
  2083.  
  2084.  
  2085.           [5]  International Standard, Information Processing Systems - Local
  2086.                Area Networks - Logical Link Control, ISO 8802-2: 1989 (E), IEEE
  2087.                Std 802.2-1989, 1989-12-31.
  2088.  
  2089.  
  2090.           [6]  Plummer, David C., An Ethernet Address Resolution Protocol",
  2091.                RFC-826, November 1982.
  2092.  
  2093.  
  2094.           [7]  Reynolds, J. and Postel, J., "Assigned Numbers", RFC-1060, ISI,
  2095.                March 1990.
  2096.  
  2097.  
  2098.           [8]  Finlayson, Mann, Mogul, Theimer, "A Reverse Address Resolution
  2099.                Protocol", RFC-903, Stanford University, June 1984.
  2100.  
  2101.  
  2102.           [9]  Postel, J. and Reynolds, J., "A Standard for the Transmission of
  2103.                IP Datagrams over IEEE 802 Networks", RFC-1042, ISI, February
  2104.                1988.
  2105.  
  2106.  
  2107.           [10] IEEE, "IEEE Standard for Local and Metropolitan Area Networks:
  2108.                Overview and architecture", IEEE Standards 802-1990.
  2109.  
  2110.  
  2111.           [11] Bradley, T., and C. Brown, "Inverse Address Resolution
  2112.                Protocol", RFC-1293, Wellfleet Communications, Inc., January
  2113.                1992.
  2114.  
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120.      Bradley, Brown, Malis     expires June 1993                  [Page 36]
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  2127.  
  2128.  
  2129.           [12] IEEE, "IEEE Standard for Local and Metropolitan Networks:
  2130.                Media Access Control (MAC) Bridges", IEEE Standard 802.1D-1990.
  2131.  
  2132.  
  2133.           [13] PROJECT 802 - LOCAL AND METROPOLITAN AREA NETWORKS,
  2134.                Draft Standard 802.1G: Remote MAC Bridging, Draft 6,
  2135.                October 12, 1992
  2136.  
  2137.  
  2138.  
  2139.      18.  Security Considerations
  2140.  
  2141.      Security issues are not addressed in this memo.
  2142.  
  2143.  
  2144.      19.  Authors' Addresses
  2145.  
  2146.  
  2147.  
  2148.  
  2149.                     Terry Bradley
  2150.                     Wellfleet Communications, Inc.
  2151.                     15 Crosby Drive
  2152.                     Bedford, MA  01730
  2153.  
  2154.                     Phone:  (617) 280-2401
  2155.  
  2156.                     Email:  tbradley@wellfleet.com
  2157.  
  2158.  
  2159.                     Caralyn Brown
  2160.                     Wellfleet Communications, Inc.
  2161.                     15 Crosby Drive
  2162.                     Bedford, MA  01730
  2163.  
  2164.                     Phone:  (617) 280-2335
  2165.  
  2166.                     Email:  cbrown@wellfleet.com
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.      Bradley, Brown, Malis     expires June 1993                  [Page 37]
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.      Updated 1294       Multiprotocol over Frame Relay         January 1993
  2186.  
  2187.  
  2188.  
  2189.                     Andrew G. Malis
  2190.                     BBN Communications
  2191.                     150 CambridgePark Drive
  2192.                     Cambridge, MA  02140
  2193.  
  2194.                     Phone:  (617) 873-3419
  2195.  
  2196.                     Email: malis@bbn.com
  2197.  
  2198.  
  2199.  
  2200.  
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.      Bradley, Brown, Malis     expires June 1993                  [Page 38]
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.